home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Development Environments ƒ / Perl 4.0.2 ƒ / unix / hints / mips.sh < prev    next >
Encoding:
Text File  |  1992-01-04  |  412 b   |  18 lines

  1. cmd_cflags='optimize="-g"'
  2. perl_cflags='optimize="-g"'
  3. tcmd_cflags='optimize="-g"'
  4. tperl_cflags='optimize="-g"'
  5. d_volatile=undef
  6. d_castneg=undef
  7. cc=cc
  8. libpth="/usr/lib/cmplrs/cc $libpth"
  9. groupstype=int
  10. nm_opts='-B'
  11. case $PATH in
  12. *bsd*:/bin:*) cat <<END
  13. NOTE:  Some people have reported having much better luck with Mips CC than
  14. with the BSD cc.  Put /bin first in your PATH if you have difficulties.
  15. END
  16. ;;
  17. esac
  18.